[index]
ColNames Property
Syntax
set the colNames of <pickList | dataSheet>
to <list of names>
Applies to datasheets, picklists
Description
The colNames property specifies the actual text of a pickList or dataSheet's column names. The <list of names> must be return delimited. The colNames property returns only nondefault column names, until the last user-defined name is retrieved. By default, columns are named col 1, col 2, col 3, and so on. If you rename col1 "Apples" and rename col 3 "Pears", colNames will retrieve "Apples", an empty line, and "Pears". Setting colNames to empty resets all column names to their default names.
Examples
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.